home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 1 / The Arsenal Files (Arsenal Computer).ISO / bbs / tm0210.txt < prev    next >
Text File  |  1994-01-23  |  4KB  |  98 lines

  1. SEA Technical Memorandum #0210, SEAdog 4.50; Undocumented Aspects of Renumber
  2. Last updated: February 7, 1989
  3. Copyright 1989 by System Enhancement Associates, Inc.
  4.  
  5.  
  6.  
  7.                                 SEAdog 4.50
  8.  
  9.                       Undocumented Aspects of Renumber
  10.  
  11.  
  12. The purpose of this document is to document the undocumented features of 
  13. the RENUMBER program that comes with version 4.50 of the SEAdog electronic 
  14. mail system.  These features remain undocumented, even if documented by 
  15. this document.  
  16.  
  17.  
  18. The RENUMBER program is used primarily for renumbering the messages in your 
  19. network mail area, which makes message base access faster and more 
  20. efficient.  For this reason the normal SEAdog installation process inserts 
  21. commands to renumber your message base twice a day.  
  22.  
  23. But RENUMBER is capable of more than that.
  24.  
  25. RENUMBER can act on message bases other than your network mail area.  
  26.  
  27.  *  If you give RENUMBER the name of a directory, then it will renumber 
  28.     messages in that directory instead of those in your network mail area.  
  29.     You can list several directories if you like, in which case they are 
  30.     renumbered in sequence.  For example, if you wished to renumber 
  31.     messages residing in a directory called D:\GROUP\BLATZ, the appropriate 
  32.     command would be: 
  33.  
  34.          renumber D:\GROUP\BLATZ
  35.  
  36.  *  If you give RENUMBER the word "ALL", then it will renumber the messages 
  37.     in each of your alternate message areas as listed in your AREAS.DOG 
  38.     file.  An example of this would be: 
  39.  
  40.          renumber all
  41.  
  42.  
  43.  
  44. RENUMBER can be used to automate "purging" of your message bases.  This is 
  45. done by giving command line options that say what to purge.  RENUMBER 
  46. understands the following command line options:
  47.  
  48.     /a<days>  Age;  Messages more than <days> days old are deleted.
  49.  
  50.     /n<msgs>  Number;  Messages are deleted "from the bottom" until no more 
  51.               than <msgs> messages remain.  
  52.  
  53.     /s        Sent;  Any message that is marked "sent" is deleted.
  54.  
  55.     /r        Received;  Any message that is marked "received" is deleted.
  56.  
  57.     /o        Orphan;  Any message that is marked "orphan" is deleted.
  58.  
  59.  
  60. If you give a purge option while renumbering more than one message base, 
  61. then the same options are applied to all message bases.  For example, if 
  62. you wanted to delete any message older than thirty days in all of the areas 
  63. listed in your AREAS.DOG file, the appropriate command would be:
  64.  
  65.     renumber all /a30
  66.  
  67.  
  68. If a message base being renumbered contains a file named "RENUMBER", then 
  69. that file is expected to contain two numbers separated by a space.  These 
  70. are "override values" for purging by age and purging by number.  
  71.  
  72. For example, suppose that you normally want to purge all of your message 
  73. bases to delete anything older than thirty days and retaining at most fifty 
  74. messages in each message base.  However, you have an alternate message area 
  75. in D:\GROUP\BLATZ where you wish to keep messages for ninety days and you 
  76. wish to keep up to one hundred messages.
  77.  
  78. You would create a file called D:\GROUP\BLATZ\RENUMBER, and in it you would 
  79. put:
  80.  
  81.     90 100
  82.  
  83.  
  84. Now you can give the command:
  85.  
  86.     renumber all /a30 /n50
  87.  
  88.  
  89. The values given on the command line will be used in all of your message 
  90. areas, except that in D:\GROUP\BLATZ the values given in the RENUMBER file 
  91. will take precedence.
  92.  
  93.  
  94.  
  95.  
  96. We hope you found this document less confusing to read than it was to 
  97. write.  
  98.